Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawLines Method / DrawLines(PointF[],Pen) Method
The array of points to connect.
The pen to use.

In This Topic
    DrawLines(PointF[],Pen) Method
    In This Topic
    Draws a series of connected lines, using a specified pen.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLines( _
       ByVal points() As System.Drawing.PointF, _
       ByVal pen As Pen _
    ) 
    public void DrawLines( 
       System.Drawing.PointF[] points,
       Pen pen
    )

    Parameters

    points
    The array of points to connect.
    pen
    The pen to use.
    See Also